home *** CD-ROM | disk | FTP | other *** search
/ Labatt Ice Clubber's Guide Tour / Labatt Ice Clubber's Guide Tour.iso / extras / internet / browser / micros_1 / ie3.0x / addons / ie3lpktw.exe / CHT.INF < prev    next >
Encoding:
Windows Setup INFormation  |  1996-07-29  |  1.4 KB  |  62 lines

  1. ; IExplore 30 Korean language support Kit installation inf.
  2. ; Copyright (c) 1996 Microsoft Corporation
  3. ; Author: christw
  4.  
  5. [version]
  6. signature="$CHICAGO$"
  7. SetupClass=BASE
  8.  
  9. [DefaultInstall]
  10. CopyFiles=IEKFont.install, IENlsWin.sys.install
  11. AddReg=IEIntl.Add.Reg,IENlsWin.Add.Reg,IEKFontWin.Add.Reg
  12.  
  13. [DefaultInstall.NT]
  14. CopyFiles=IEKFont.install, IENlsNT.sys.install
  15. AddReg=IEIntl.Add.Reg,IENlsNT.Add.Reg,IEKFontNT.Add.Reg
  16.  
  17. [IEKFont.install]
  18. mingliu.ttf 
  19.  
  20.  
  21. [IENlsWin.sys.install]
  22. cp_950.nls
  23.  
  24. [IENlsNT.sys.install]
  25. c_950.nls
  26.  
  27. [DestinationDirs]
  28. IEKFont.install=20 ;to Fonts
  29. IENlsWin.sys.install=11 ;to system
  30. IENlsNT.sys.install=11 ;to system
  31.  
  32. [SourceDisksNames]
  33. 55="Internet Explorer v3.0 LangPacks","",1
  34.  
  35. [SourceDisksFiles]
  36. mingliu.ttf=55
  37. cp_950.nls=55
  38. c_950.nls=55
  39.  
  40. [IEIntl.Add.Reg]
  41. HKCU,%INTLKEY%\950,"IEFixedFontName",2,"MingliU"
  42. HKCU,%INTLKEY%\950,"IEPropFontName",2,MingliU"
  43.  
  44. [IENlsWin.Add.Reg]
  45. HKLM,%CPKEY%,"950",,"cp_950.nls"
  46.  
  47. [IENlsNT.Add.Reg]
  48. HKLM,%CPKEY%,"950",,"c_950.nls"
  49.  
  50. [IEKFontWin.Add.Reg]
  51. HKLM,%FONTSKEYWIN%,"MingLiU (True Type)",,"mingliu.ttf"
  52.  
  53. [IEKFontNT.Add.Reg]
  54. HKLM,%FONTSKEYNT%,"MingLiU (True Type)",,"mingliu.ttf"
  55.  
  56.  
  57. [Strings]
  58. INTLKEY = "Software\Microsoft\Internet Explorer\International"
  59. CPKEY = System\CurrentControlSet\control\Nls\Codepage
  60. FONTSKEYWIN = Software\Microsoft\Windows\CurrentVersion\Fonts
  61. FONTSKEYNT = Software\Microsoft\Windows NT\CurrentVersion\Fonts
  62.